home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Backpacker 2 (Sweden)
/
BackPacker 2 (Sweden) (Disc 1).7z
/
BackPacker 2 (Sweden) (Disc 1).bin
/
pc
/
instdata
/
instin04
/
00046.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-01
|
283 b
|
16 lines
on exitFrame
global gForlust, gGameResult
if gForlust then
set gGameResult to 2
repeat with i = 1 to 48
puppetSprite(i, 0)
set the visible of sprite i to 1
end repeat
go("fBLACK")
go("final")
else
startTimer()
go("MY TURN")
end if
end